Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
round
round
Round floating point numbers
Name:
round
Category:
math
Programming Language:
php
One-line Description:
Round the floating point number.
Related
What Precision Issues Should You Be Aware of When Using the round Function with Floating-Point Numbers?
2
How to Properly Use the round() Function in PHP? A Complete Guide to the Basics
7
Similar Functions
atan
atan
Anyway
tanh
tanh
Hyperbolictangent
abs
abs
Absolutevalue
expm1
expm1
Returnsexp(number)-1
asin
asin
Ancientsine
fdiv
fdiv
Performfloatingpoint
hexdec
hexdec
Converthexadecimalto
is_nan
is_nan
Determinewhetheritis
Popular Articles
What Precision Issues Should You Be Aware of When Using the round Function with Floating-Point Numbers?
How to Properly Use the round() Function in PHP? A Complete Guide to the Basics